home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / superdog.swf / scripts / DefineSprite_1734 / frame_135 / DoAction.as
Encoding:
Text File  |  2007-06-25  |  62 b   |  6 lines

  1. if(boss._x < -50)
  2. {
  3.    boss._x += 100;
  4. }
  5. gotoAndPlay(2);
  6.